dotnetCHARTING Send comments on this topic.
Add(Annotation[]) Method
See Also 
dotnetCHARTING Namespace > AnnotationCollection Class > Add Method : Add(Annotation[]) Method


annotationList
A list of Annotation objects to add.
Adds the specified Annotation objects to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray annotationList() As Annotation _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnotationCollection
Dim annotationList() As Annotation
 
instance.Add(annotationList)
C# 
public void Add( 
   params Annotation[] annotationList
)

Parameters

annotationList
A list of Annotation objects to add.

See Also

© 2008 All Rights Reserved.